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