31 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)
271
Binder.GetWellKnownType(DeclaringCompilation, WellKnownType.
System_Runtime_InteropServices_InAttribute
, diagnostics, location ??= returnTypeSyntax.Location);
359
[CSharpCustomModifier.CreateRequired(compilation.GetWellKnownType(WellKnownType.
System_Runtime_InteropServices_InAttribute
))] :
Symbols\Source\ParameterHelpers.cs (1)
1206
return CreateModifiers(WellKnownType.
System_Runtime_InteropServices_InAttribute
, binder, diagnostics, syntax);
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
285
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
))] :
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (15)
Emit\InAttributeModifierTests.cs (15)
1747
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
1788
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
1829
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
1850
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
1909
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
1954
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
1994
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
2102
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
2139
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
2181
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
2244
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
2290
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
2331
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
2519
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
5455
var typeName = WellKnownTypes.GetMetadataName(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
RefReadonlyParameterTests.cs (3)
544
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
884
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
1270
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\FunctionPointerTypeSymbolTests.cs (3)
1007
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
1021
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
1607
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);