29 references to ToInt32
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.Test.Utilities (9)
Metadata\ILValidation.cs (9)
336Convert.ToInt32(xmlTokenValue[2..], 16) == methodToken
355add(Convert.ToInt32(e.Attribute("offset").Value, 16), (e.Attribute("hidden")?.Value == "true") ? "~" : "-");
363add(Convert.ToInt32(e.Attribute("yield").Value, 16), "<");
364add(Convert.ToInt32(e.Attribute("resume").Value, 16), ">");
368add(Convert.ToInt32(e.Attribute("offset").Value, 16), "$");
386add(Convert.ToInt32(e.Attribute("yield").Value, 16), "async: yield");
387add(Convert.ToInt32(e.Attribute("resume").Value, 16), "async: resume");
391add(Convert.ToInt32(e.Attribute("offset").Value, 16), "async: catch handler");
402add(Convert.ToInt32(e.Attribute("offset").Value, 16), "sequence point: " + SnippetFromSpan(source, e));
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
System.ComponentModel.TypeConverter (3)
System.Configuration.ConfigurationManager (1)
System.Drawing.Primitives (8)
System\Drawing\ColorTranslator.cs (6)
236c = Color.FromArgb(Convert.ToInt32(htmlColor.Substring(1, 2), 16),
237Convert.ToInt32(htmlColor.Substring(3, 2), 16),
238Convert.ToInt32(htmlColor.Substring(5, 2), 16));
246c = Color.FromArgb(Convert.ToInt32(r + r, 16),
247Convert.ToInt32(g + g, 16),
248Convert.ToInt32(b + b, 16));
System.Private.CoreLib (4)
System.Windows.Forms (2)