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)
52
public override string Format { get { return
_format
; } }
56
public override string ToString(IFormatProvider formatProvider) { return string.Format(formatProvider,
_format
, _arguments); }