1 write to _format
mscorlib (1)
system\Runtime\CompilerServices\FormattableStringFactory.cs (1)
48_format = format;
2 references to _format
mscorlib (2)
system\Runtime\CompilerServices\FormattableStringFactory.cs (2)
52public override string Format { get { return _format; } } 56public override string ToString(IFormatProvider formatProvider) { return string.Format(formatProvider, _format, _arguments); }