6 references to System_Runtime_InteropServices_InAttribute
Microsoft.CodeAnalysis.CSharp (6)
Symbols\MethodSymbol.cs (1)
960
DeriveUseSiteInfoFromCustomModifiers(ref result, this.RefCustomModifiers, AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
) ||
Symbols\PropertySymbol.cs (1)
404
DeriveUseSiteInfoFromCustomModifiers(ref result, this.RefCustomModifiers, AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
) ||
Symbols\Symbol.cs (4)
1239
AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
| AllowedRequiredModifierType.System_Runtime_CompilerServices_OutAttribute :
1240
AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
);
1279
if ((allowedRequiredModifierType & AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
) != 0 &&
1282
current = AllowedRequiredModifierType.
System_Runtime_InteropServices_InAttribute
;