5 references to _0_unexpected
Microsoft.CodeAnalysis.Features (5)
EmbeddedLanguages\Json\JsonParser.cs (4)
184string.Format(FeaturesResources._0_unexpected, firstToken.VirtualChars[0]), 196string.Format(FeaturesResources._0_unexpected, ','), 203string.Format(FeaturesResources._0_unexpected, ':'), 496string.Format(FeaturesResources._0_unexpected, firstChar.ToString()),
EmbeddedLanguages\Json\JsonParser.StrictSyntaxChecker.cs (1)
137return new EmbeddedDiagnostic(string.Format(FeaturesResources._0_unexpected, ","), child.GetSpan());