1 write to Flags
ILCompiler.ReadyToRun (1)
IBC\IBCDataReader.cs (1)
424result.Add(new IBC.TokenData { Token = token, Flags = flags, ScenarioMask = scenarioMask });
1 reference to Flags
ILCompiler.ReadyToRun (1)
IBC\IBCProfileParser.cs (1)
151methodProfileData.Add(new MethodProfileData(associatedMethod, (MethodProfilingDataFlags)entry.Flags, 0, null, scenarioMask, null));