1 instantiation of NullValue
ILLink.RoslynAnalyzer (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\NullValue.cs (1)
17
public static NullValue Instance { get; } = new
NullValue
();
26 references to NullValue
ILLink.RoslynAnalyzer (26)
RequiresDynamicCodeAnalyzer.cs (1)
120
if (typesValue is
NullValue
)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (22)
63
else if (uniqueValue ==
NullValue
.Instance)
165
if (value !=
NullValue
.Instance)
274
if (interfaceName ==
NullValue
.Instance)
281
AddReturnValue(
NullValue
.Instance);
360
else if (value ==
NullValue
.Instance)
641
else if (stringParam is
NullValue
)
654
else if (value is
NullValue
)
732
else if (stringParam is
NullValue
)
747
else if (value is
NullValue
)
829
else if (stringParam is
NullValue
)
841
else if (value is
NullValue
)
900
else if (value ==
NullValue
.Instance)
941
BindingFlags bindingFlags = argumentValues[0].AsSingleValue() is
NullValue
? BindingFlags.Static : BindingFlags.Default;
951
else if (stringParam is
NullValue
)
1096
else if (typeNameValue ==
NullValue
.Instance)
1193
else if (value ==
NullValue
.Instance)
1286
else if (value ==
NullValue
.Instance)
1380
else if (methodValue ==
NullValue
.Instance)
1434
else if (argumentValues[argsParam].AsSingleValue() is
NullValue
)
1588
else if (typeNameValue ==
NullValue
.Instance)
1658
yield return
NullValue
.Instance;
1787
if (typeNameValue is
NullValue
)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\NullValue.cs (1)
17
public static
NullValue
Instance { get; } = new NullValue();
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\RequireDynamicallyAccessedMembersAction.cs (1)
80
else if (uniqueValue ==
NullValue
.Instance)
TrimAnalysis\TrimAnalysisVisitor.cs (1)
520
constValue =
NullValue
.Instance;