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