4 references to IsNil
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
195
Debug.Assert(!handle.
IsNil
);
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PEPropertySymbol.vb (1)
60
Debug.Assert(Not handle.
IsNil
)
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\PropertyDefinition.cs (1)
20
Debug.Assert(!handle.
IsNil
);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (1)
23
Debug.Assert(!handle.
IsNil
);