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