10 references to System_Runtime_InteropServices_InAttribute
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Lambda.cs (1)
318
refCustomModifiers = [CSharpCustomModifier.CreateRequired(Binder.GetWellKnownType(Compilation, WellKnownType.
System_Runtime_InteropServices_InAttribute
, diagnostics, syntax.Location))];
BoundTree\BoundExpressionExtensions.cs (1)
148
delegateType.DeclaringCompilation.GetWellKnownType(WellKnownType.
System_Runtime_InteropServices_InAttribute
).AddUseSiteInfo(ref useSiteInfo);
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
316
RefKind.In => compilation.GetWellKnownType(WellKnownType.
System_Runtime_InteropServices_InAttribute
),
Symbols\Source\LocalFunctionSymbol.cs (2)
297
Binder.GetWellKnownType(DeclaringCompilation, WellKnownType.
System_Runtime_InteropServices_InAttribute
, diagnostics, location ??= returnTypeSyntax.Location);
385
[CSharpCustomModifier.CreateRequired(compilation.GetWellKnownType(WellKnownType.
System_Runtime_InteropServices_InAttribute
))] :
Symbols\Source\ParameterHelpers.cs (1)
1214
return CreateModifiers(WellKnownType.
System_Runtime_InteropServices_InAttribute
, binder, diagnostics, syntax);
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
289
var modifierType = binder.GetWellKnownType(WellKnownType.
System_Runtime_InteropServices_InAttribute
, diagnostics, syntax.ReturnType);
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
120
var modifierType = Binder.GetWellKnownType(DeclaringCompilation, WellKnownType.
System_Runtime_InteropServices_InAttribute
, diagnostics, ReturnTypeLocation);
Symbols\Source\SourcePropertySymbolBase.cs (1)
272
var modifierType = Binder.GetWellKnownType(DeclaringCompilation, WellKnownType.
System_Runtime_InteropServices_InAttribute
, diagnostics, TypeLocation);
Symbols\Synthesized\SynthesizedDelegateSymbol.cs (1)
69
[CSharpCustomModifier.CreateRequired(DeclaringCompilation.GetWellKnownType(WellKnownType.
System_Runtime_InteropServices_InAttribute
))] :