Implemented interface member:
method
ToString
System.IConvertible.ToString(System.IFormatProvider)
5 references to ToString
Microsoft.CodeAnalysis (1)
ConstantValue.cs (1)
827ConstantValueTypeDiscriminator.Char => CharValue.ToString(provider),
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\InlineCompletions\XmlSnippetParser.CodeSnippet.cs (2)
193if (string.Equals(_code[currentCharIndex].ToString(CultureInfo.CurrentCulture), _delimiter, StringComparison.Ordinal)) 214if (string.Equals(_code[currentCharIndex].ToString(CultureInfo.CurrentCulture), _delimiter, StringComparison.Ordinal))
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
890string prefix = UidNamespaceAbbreviation.ToString(TypeConverterHelper.InvariantEnglishUS);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
5355return c.ToString(CultureInfo.InvariantCulture);