11 references to PEModule
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Metadata\PE\PEParameterSymbol.vb (11)
331
Dim peModule = Me.
PEModule
448
_lazyIsParamArray = Me.
PEModule
.HasParamArrayAttribute(_handle).ToThreeState()
534
Return Me.
PEModule
.GetMarshallingDescriptor(_handle)
545
Return Me.
PEModule
.GetMarshallingType(_handle)
561
_lazyHasIDispatchConstantAttribute = Me.
PEModule
.
574
_lazyHasIUnknownConstantAttribute = Me.
PEModule
.
587
_lazyHasCallerLineNumberAttribute = Me.
PEModule
.
600
_lazyHasCallerMemberNameAttribute = Me.
PEModule
.
613
_lazyHasCallerFilePathAttribute = Me.
PEModule
.
626
Dim attribute =
PEModule
.FindTargetAttribute(_handle, AttributeDescription.CallerArgumentExpressionAttribute)
628
If attribute.HasValue AndAlso
PEModule
.TryExtractStringValueFromAttribute(attribute.Handle, parameterName) Then