6 references to System_Runtime_InteropServices_InAttribute
Microsoft.CodeAnalysis.CSharp (6)
Symbols\MethodSymbol.cs (1)
970
DeriveUseSiteInfoFromCustomModifiers(ref result, this.RefCustomModifiers, AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
) ||
Symbols\PropertySymbol.cs (1)
403
DeriveUseSiteInfoFromCustomModifiers(ref result, this.RefCustomModifiers, AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
) ||
Symbols\Symbol.cs (4)
1256
AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
| AllowedRequiredModifierType.System_Runtime_InteropServices_OutAttribute :
1257
AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
);
1296
if ((allowedRequiredModifierType & AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
) != 0 &&
1299
current = AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
;