Home
last modified time | relevance | path

Searched defs:CoalesceUsedOnNonNullType (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Core/corefx/
H A DSR.cs65 public const string CoalesceUsedOnNonNullType = "Coalesce used with type that cannot be null"; field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/
H A DStrings.cs390 internal static string CoalesceUsedOnNonNullType => SR.CoalesceUsedOnNonNullType; field in System.Linq.Expressions.Strings
H A DError.cs604 internal static Exception CoalesceUsedOnNonNullType() in CoalesceUsedOnNonNullType() method in System.Linq.Expressions.Error