10 references to System_Runtime_InteropServices_InAttribute
Microsoft.CodeAnalysis.CSharp (5)
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
316
RefKind.In => compilation.GetWellKnownType(WellKnownType.
System_Runtime_InteropServices_InAttribute
),
Symbols\Source\ParameterHelpers.cs (1)
1198
return CreateModifiers(WellKnownType.
System_Runtime_InteropServices_InAttribute
, binder, diagnostics, syntax);
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
283
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);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Emit\InAttributeModifierTests.cs (1)
4566
var typeName = WellKnownTypes.GetMetadataName(WellKnownType.
System_Runtime_InteropServices_InAttribute
);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
RefReadonlyParameterTests.cs (1)
1243
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
);
1615
comp.MakeTypeMissing(WellKnownType.
System_Runtime_InteropServices_InAttribute
);