25 references to IsNil
Microsoft.CodeAnalysis (2)
MetadataReader\MetadataDecoder.cs (1)
1228
if (sequenceNumber >= 0 && sequenceNumber < paramInfoLength && paramInfo[sequenceNumber].Handle.
IsNil
)
MetadataReader\PEModule.cs (1)
3596
Debug.Assert(!param.
IsNil
);
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Metadata\PE\PEParameterSymbol.cs (7)
263
if (handle.
IsNil
)
368
_packedFlags = new PackedFlags(refKind, attributesAreComplete: handle.
IsNil
, hasNameInMetadata: hasNameInMetadata, scope, hasUnscopedRefAttribute);
553
Debug.Assert(!_handle.
IsNil
);
595
Debug.Assert(!_handle.
IsNil
);
1007
Debug.Assert(!_handle.
IsNil
);
1021
Debug.Assert(!_handle.
IsNil
);
1130
Debug.Assert(!_handle.
IsNil
);
Symbols\Metadata\PE\PEPropertySymbol.cs (4)
885
var getterHasParamArray = !getHandle.
IsNil
&& module.HasParamArrayAttribute(getHandle);
886
var setterHasParamArray = !setHandle.
IsNil
&& module.HasParamArrayAttribute(setHandle);
887
var getterHasParamCollection = !getHandle.
IsNil
&& module.HasParamCollectionAttribute(getHandle);
888
var setterHasParamCollection = !setHandle.
IsNil
&& module.HasParamCollectionAttribute(setHandle);
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Metadata\PE\PEParameterSymbol.vb (11)
174
If handle.
IsNil
Then
327
Debug.Assert(Not _handle.
IsNil
)
360
Debug.Assert(Not _handle.
IsNil
)
533
Debug.Assert(Not _handle.
IsNil
)
544
Debug.Assert(Not _handle.
IsNil
)
559
Debug.Assert(Not _handle.
IsNil
)
572
Debug.Assert(Not _handle.
IsNil
)
585
Debug.Assert(Not _handle.
IsNil
)
598
Debug.Assert(Not _handle.
IsNil
)
611
Debug.Assert(Not _handle.
IsNil
)
624
Debug.Assert(Not _handle.
IsNil
)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Parameters\Ecma\EcmaFatMethodParameter.cs (1)
25
Debug.Assert(!handle.
IsNil
);