5 overrides of MarshallingInformation
Microsoft.CodeAnalysis.CSharp (5)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.FieldSymbol.cs (1)
64
internal override MarshalPseudoCustomAttributeData
MarshallingInformation
Symbols\Metadata\PE\PEFieldSymbol.cs (1)
247
internal override MarshalPseudoCustomAttributeData
MarshallingInformation
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
371
internal sealed override MarshalPseudoCustomAttributeData
MarshallingInformation
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
127
internal override MarshalPseudoCustomAttributeData
MarshallingInformation
Symbols\Wrapped\WrappedFieldSymbol.cs (1)
109
internal override MarshalPseudoCustomAttributeData
MarshallingInformation
7 references to MarshallingInformation
Microsoft.CodeAnalysis.CSharp (7)
Emitter\Model\FieldSymbolAdapter.cs (2)
249
return AdaptedFieldSymbol.
MarshallingInformation
;
329
return this.
MarshallingInformation
!= null;
Emitter\NoPia\EmbeddedField.cs (1)
104
return UnderlyingField.AdaptedFieldSymbol.
MarshallingInformation
;
Symbols\FieldSymbol.cs (2)
308
/// By default this information is extracted from <see cref="
MarshallingInformation
"/> if available.
316
var info =
MarshallingInformation
;
Symbols\Retargeting\RetargetingFieldSymbol.cs (1)
108
return this.RetargetingTranslator.Retarget(_underlyingField.
MarshallingInformation
);
Symbols\Wrapped\WrappedFieldSymbol.cs (1)
113
return _underlyingField.
MarshallingInformation
;