6 references to IsNil
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (1)
74
Debug.Assert(!handle.
IsNil
);
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PETypeParameterSymbol.vb (1)
76
Debug.Assert(Not handle.
IsNil
)
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\GenericParameter.cs (1)
18
Debug.Assert(!handle.
IsNil
);
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\General\Ecma\EcmaResolver.cs (1)
128
Debug.Assert(!handle.
IsNil
);
System\Reflection\TypeLoading\Types\Ecma\EcmaGenericMethodParameterType.cs (1)
17
Debug.Assert(!handle.
IsNil
);
System\Reflection\TypeLoading\Types\Ecma\EcmaGenericParameterType.cs (1)
20
Debug.Assert(!handle.
IsNil
);