2 writes to _handle
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Metadata\PE\PEParameterSymbol.vb (2)
120
_handle
= handle
170
_handle
= handle
24 references to _handle
Microsoft.CodeAnalysis.VisualBasic (24)
Symbols\Metadata\PE\PEParameterSymbol.vb (24)
290
Return MetadataTokens.GetToken(
_handle
)
327
Debug.Assert(Not
_handle
.IsNil)
332
Dim handle = Me.
_handle
360
Debug.Assert(Not
_handle
.IsNil)
383
_handle
,
413
containingPEModuleSymbol.LoadCustomAttributes(
_handle
, _lazyCustomAttributes)
448
_lazyIsParamArray = Me.PEModule.HasParamArrayAttribute(
_handle
).ToThreeState()
533
Debug.Assert(Not
_handle
.IsNil)
534
Return Me.PEModule.GetMarshallingDescriptor(
_handle
)
544
Debug.Assert(Not
_handle
.IsNil)
545
Return Me.PEModule.GetMarshallingType(
_handle
)
552
Return
_handle
559
Debug.Assert(Not
_handle
.IsNil)
562
HasAttribute(
_handle
, AttributeDescription.IDispatchConstantAttribute).ToThreeState()
572
Debug.Assert(Not
_handle
.IsNil)
575
HasAttribute(
_handle
, AttributeDescription.IUnknownConstantAttribute).ToThreeState()
585
Debug.Assert(Not
_handle
.IsNil)
588
HasAttribute(
_handle
, AttributeDescription.CallerLineNumberAttribute).ToThreeState()
598
Debug.Assert(Not
_handle
.IsNil)
601
HasAttribute(
_handle
, AttributeDescription.CallerMemberNameAttribute).ToThreeState()
611
Debug.Assert(Not
_handle
.IsNil)
614
HasAttribute(
_handle
, AttributeDescription.CallerFilePathAttribute).ToThreeState()
624
Debug.Assert(Not
_handle
.IsNil)
626
Dim attribute = PEModule.FindTargetAttribute(
_handle
, AttributeDescription.CallerArgumentExpressionAttribute)