3 references to FlagsAndTokenRange
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\RuntimeTypeSystem_1.cs (2)
248uint tokenRange = ((uint)(chunk.FlagsAndTokenRange & tokenRangeMask)) << tokenRemainderBitCount; 306internal bool HasFlags(MethodDescChunkFlags flags) => (_chunk.FlagsAndTokenRange & (ushort)flags) != 0;
Generated\361d1da7f942c932\Microsoft_Diagnostics_DataContractReader_Data.MethodDescChunk.g.cs (1)
188_ = FlagsAndTokenRange;