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)
405
DeriveUseSiteInfoFromCustomModifiers(ref result, this.RefCustomModifiers, AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
) ||
Symbols\Symbol.cs (4)
1250
AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
| AllowedRequiredModifierType.System_Runtime_InteropServices_OutAttribute :
1251
AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
);
1290
if ((allowedRequiredModifierType & AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
) != 0 &&
1293
current = AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
;