5 references to System_Runtime_InteropServices_OutAttribute
Microsoft.CodeAnalysis.CSharp (2)
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
317RefKind.Out => compilation.GetWellKnownType(WellKnownType.System_Runtime_InteropServices_OutAttribute),
Symbols\Source\ParameterHelpers.cs (1)
1210return CreateModifiers(WellKnownType.System_Runtime_InteropServices_OutAttribute, binder, diagnostics, syntax);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\FunctionPointerTypeSymbolTests.cs (3)
1008comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_OutAttribute); 1022comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_OutAttribute); 1616comp.MakeTypeMissing(WellKnownType.System_Runtime_InteropServices_OutAttribute);