6 references to System_Runtime_InteropServices_InAttribute
Microsoft.CodeAnalysis.CSharp (6)
Symbols\MethodSymbol.cs (1)
950
DeriveUseSiteInfoFromCustomModifiers(ref result, this.RefCustomModifiers, AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
) ||
Symbols\PropertySymbol.cs (1)
378
DeriveUseSiteInfoFromCustomModifiers(ref result, this.RefCustomModifiers, AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
) ||
Symbols\Symbol.cs (4)
1101
AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
| AllowedRequiredModifierType.System_Runtime_CompilerServices_OutAttribute :
1102
AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
);
1141
if ((allowedRequiredModifierType & AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
) != 0 &&
1144
current = AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
;