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)
45
get { return
_flags
; }
56
return (
_flags
& MethodImportAttributes.ExactSpelling) != 0;
67
switch (
_flags
& MethodImportAttributes.CharSetMask)
82
throw ExceptionUtilities.UnexpectedValue(
_flags
);
93
return (
_flags
& MethodImportAttributes.SetLastError) != 0;
104
switch (
_flags
& MethodImportAttributes.CallingConventionMask)
132
switch (
_flags
& MethodImportAttributes.BestFitMappingMask)
154
switch (
_flags
& MethodImportAttributes.ThrowOnUnmappableCharMask)