18 overrides of ReturnValueMarshallingInformation
Microsoft.CodeAnalysis.CSharp (18)
Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs (1)
110
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
195
internal sealed override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
Symbols\ErrorMethodSymbol.cs (1)
247
internal sealed override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
840
internal override MarshalPseudoCustomAttributeData?
ReturnValueMarshallingInformation
=> null;
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
477
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
=> ReturnTypeParameter.MarshallingInformation;
Symbols\ReducedExtensionMethodSymbol.cs (1)
336
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
Symbols\SignatureOnlyMethodSymbol.cs (1)
117
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
{ get { throw ExceptionUtilities.Unreachable(); } }
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1721
internal override MarshalPseudoCustomAttributeData?
ReturnValueMarshallingInformation
Symbols\Synthesized\SynthesizedDelegateSymbol.cs (1)
133
internal override MarshalPseudoCustomAttributeData?
ReturnValueMarshallingInformation
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
260
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
126
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
249
internal sealed override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (1)
107
internal sealed override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (1)
203
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (1)
168
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
Symbols\Synthesized\SynthesizedSealedPropertyAccessor.cs (1)
341
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
348
internal override MarshalPseudoCustomAttributeData?
ReturnValueMarshallingInformation
Symbols\Wrapped\WrappedMethodSymbol.cs (1)
220
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
6 references to ReturnValueMarshallingInformation
Microsoft.CodeAnalysis.CSharp (6)
Emitter\Model\MethodSymbolAdapter.cs (2)
535
return AdaptedMethodSymbol.
ReturnValueMarshallingInformation
;
685
return this.
ReturnValueMarshallingInformation
!= null;
Lowering\SynthesizedMethodBaseSymbol.cs (1)
184
internal sealed override MarshalPseudoCustomAttributeData? ReturnValueMarshallingInformation => InheritsBaseMethodAttributes ? BaseMethod.
ReturnValueMarshallingInformation
: null;
Symbols\ReducedExtensionMethodSymbol.cs (1)
338
get { return _reducedFrom.
ReturnValueMarshallingInformation
; }
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
207
return _retargetingModule.RetargetingTranslator.Retarget(_underlyingMethod.
ReturnValueMarshallingInformation
);
Symbols\Wrapped\WrappedMethodSymbol.cs (1)
224
return UnderlyingMethod.
ReturnValueMarshallingInformation
;