1 write to _flags
Microsoft.CodeAnalysis (1)
Symbols\PlatformInvokeInformation.cs (1)
24_flags = flags;
8 references to _flags
Microsoft.CodeAnalysis (8)
Symbols\PlatformInvokeInformation.cs (8)
45get { return _flags; } 56return (_flags & MethodImportAttributes.ExactSpelling) != 0; 67switch (_flags & MethodImportAttributes.CharSetMask) 82throw ExceptionUtilities.UnexpectedValue(_flags); 93return (_flags & MethodImportAttributes.SetLastError) != 0; 104switch (_flags & MethodImportAttributes.CallingConventionMask) 132switch (_flags & MethodImportAttributes.BestFitMappingMask) 154switch (_flags & MethodImportAttributes.ThrowOnUnmappableCharMask)