6 references to System_Runtime_InteropServices_InAttribute
Microsoft.CodeAnalysis.CSharp (6)
Symbols\MethodSymbol.cs (1)
962
DeriveUseSiteInfoFromCustomModifiers(ref result, this.RefCustomModifiers, AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
) ||
Symbols\PropertySymbol.cs (1)
405
DeriveUseSiteInfoFromCustomModifiers(ref result, this.RefCustomModifiers, AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
) ||
Symbols\Symbol.cs (4)
1251
AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
| AllowedRequiredModifierType.System_Runtime_CompilerServices_OutAttribute :
1252
AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
);
1291
if ((allowedRequiredModifierType & AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
) != 0 &&
1294
current = AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
;