26 references to IsNil
Microsoft.CodeAnalysis (2)
MetadataReader\MetadataDecoder.cs (1)
1228if (sequenceNumber >= 0 && sequenceNumber < paramInfoLength && paramInfo[sequenceNumber].Handle.IsNil)
MetadataReader\PEModule.cs (1)
3577Debug.Assert(!param.IsNil);
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Metadata\PE\PEParameterSymbol.cs (7)
262if (handle.IsNil) 360_packedFlags = new PackedFlags(refKind, attributesAreComplete: handle.IsNil, hasNameInMetadata: hasNameInMetadata, scope, hasUnscopedRefAttribute); 534Debug.Assert(!_handle.IsNil); 574Debug.Assert(!_handle.IsNil); 973Debug.Assert(!_handle.IsNil); 987Debug.Assert(!_handle.IsNil); 1059Debug.Assert(!_handle.IsNil);
Symbols\Metadata\PE\PEPropertySymbol.cs (4)
858var getterHasParamArray = !getHandle.IsNil && module.HasParamArrayAttribute(getHandle); 859var setterHasParamArray = !setHandle.IsNil && module.HasParamArrayAttribute(setHandle); 860var getterHasParamCollection = !getHandle.IsNil && module.HasParamCollectionAttribute(getHandle); 861var setterHasParamCollection = !setHandle.IsNil && module.HasParamCollectionAttribute(setHandle);
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Metadata\PE\PEParameterSymbol.vb (11)
174If handle.IsNil Then 327Debug.Assert(Not _handle.IsNil) 360Debug.Assert(Not _handle.IsNil) 533Debug.Assert(Not _handle.IsNil) 544Debug.Assert(Not _handle.IsNil) 559Debug.Assert(Not _handle.IsNil) 572Debug.Assert(Not _handle.IsNil) 585Debug.Assert(Not _handle.IsNil) 598Debug.Assert(Not _handle.IsNil) 611Debug.Assert(Not _handle.IsNil) 624Debug.Assert(Not _handle.IsNil)
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\Parameter.cs (1)
18Debug.Assert(!handle.IsNil);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Parameters\Ecma\EcmaFatMethodParameter.cs (1)
25Debug.Assert(!handle.IsNil);