2 references to IsUnmanagedCallersOnlyAttributePopulatedBit
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEMethodSymbol.cs (2)
146
public bool IsUnmanagedCallersOnlyAttributePopulated => (Volatile.Read(ref _bits) &
IsUnmanagedCallersOnlyAttributePopulatedBit
) != 0;
256
ThreadSafeFlagOperations.Set(ref _bits,
IsUnmanagedCallersOnlyAttributePopulatedBit
);