31 references to System_Runtime_InteropServices_InAttribute
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Lambda.cs (1)
318refCustomModifiers = [CSharpCustomModifier.CreateRequired(Binder.GetWellKnownType(Compilation, WellKnownType.System_Runtime_InteropServices_InAttribute, diagnostics, syntax.Location))];
BoundTree\BoundExpressionExtensions.cs (1)
148delegateType.DeclaringCompilation.GetWellKnownType(WellKnownType.System_Runtime_InteropServices_InAttribute).AddUseSiteInfo(ref useSiteInfo);
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
316RefKind.In => compilation.GetWellKnownType(WellKnownType.System_Runtime_InteropServices_InAttribute),
Symbols\Source\LocalFunctionSymbol.cs (2)
271Binder.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)
1206return CreateModifiers(WellKnownType.System_Runtime_InteropServices_InAttribute, binder, diagnostics, syntax);
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
285var 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);
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)
1747comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 1788comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 1829comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 1850comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 1909comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 1954comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 1994comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 2102comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 2139comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 2181comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 2244comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 2290comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 2331comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 2519comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 5455var typeName = WellKnownTypes.GetMetadataName(WellKnownType.System_Runtime_InteropServices_InAttribute);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
RefReadonlyParameterTests.cs (3)
544comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 884comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute); 1270comp.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); 1607comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_InAttribute);