9 references to System_Runtime_InteropServices_InAttribute
Microsoft.CodeAnalysis.CSharp (5)
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
314RefKind.In => compilation.GetWellKnownType(WellKnownType.System_Runtime_InteropServices_InAttribute),
Symbols\Source\ParameterHelpers.cs (1)
961return CreateModifiers(WellKnownType.System_Runtime_InteropServices_InAttribute, binder, diagnostics, syntax);
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
293var modifierType = binder.GetWellKnownType(WellKnownType.System_Runtime_InteropServices_InAttribute, diagnostics, syntax.ReturnType);
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
127var modifierType = Binder.GetWellKnownType(DeclaringCompilation, WellKnownType.System_Runtime_InteropServices_InAttribute, diagnostics, ReturnTypeLocation);
Symbols\Source\SourcePropertySymbolBase.cs (1)
237var modifierType = Binder.GetWellKnownType(DeclaringCompilation, WellKnownType.System_Runtime_InteropServices_InAttribute, diagnostics, TypeLocation);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Emit\InAttributeModifierTests.cs (1)
4559var typeName = WellKnownTypes.GetMetadataName(WellKnownType.System_Runtime_InteropServices_InAttribute);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\FunctionPointerTypeSymbolTests.cs (3)
1007comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 1021comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 1619comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute);