21 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)
824
internal override MarshalPseudoCustomAttributeData?
ReturnValueMarshallingInformation
=> null;
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
449
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
=> ReturnTypeParameter.MarshallingInformation;
Symbols\ReducedExtensionMethodSymbol.cs (1)
328
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
Symbols\SignatureOnlyMethodSymbol.cs (1)
111
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
{ get { throw ExceptionUtilities.Unreachable(); } }
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1282
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)
129
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
249
internal 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
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (3)
Symbols\EEMethodSymbol.cs (1)
283
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
Symbols\PlaceholderMethodSymbol.cs (1)
230
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
Symbols\SynthesizedContextMethodSymbol.cs (1)
184
internal override MarshalPseudoCustomAttributeData
ReturnValueMarshallingInformation
10 references to ReturnValueMarshallingInformation
Microsoft.CodeAnalysis.CSharp (7)
Emitter\Model\MethodSymbolAdapter.cs (2)
532
return AdaptedMethodSymbol.
ReturnValueMarshallingInformation
;
670
return this.
ReturnValueMarshallingInformation
!= null;
Emitter\NoPia\EmbeddedMethod.cs (1)
163
return UnderlyingMethod.AdaptedMethodSymbol.
ReturnValueMarshallingInformation
;
Lowering\SynthesizedMethodBaseSymbol.cs (1)
180
internal sealed override MarshalPseudoCustomAttributeData? ReturnValueMarshallingInformation => InheritsBaseMethodAttributes ? BaseMethod.
ReturnValueMarshallingInformation
: null;
Symbols\ReducedExtensionMethodSymbol.cs (1)
330
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
;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\Retargeting\RetargetingTests.cs (2)
1235
CheckMarshallingInformation(a.
ReturnValueMarshallingInformation
, b.
ReturnValueMarshallingInformation
);
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
FunctionPointerUtilities.cs (1)
92
Assert.Null(symbol.
ReturnValueMarshallingInformation
);