6 references to _0_unexpected
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
EmbeddedLanguages\ValidateJsonStringTests.cs (1)
79string.Format(FeaturesResources._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)
138return new EmbeddedDiagnostic(string.Format(FeaturesResources._0_unexpected, ","), child.GetSpan());