4 references to Constructors_not_allowed
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
EmbeddedLanguages\ValidateJsonStringTests.cs (2)
47
diagnosticMessage: string.Format(FeaturesResources.JSON_issue_0, FeaturesResources.
Constructors_not_allowed
));
65
diagnosticMessage: string.Format(FeaturesResources.JSON_issue_0, FeaturesResources.
Constructors_not_allowed
));
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\Json\JsonParser.StrictSyntaxChecker.cs (1)
263
=> new(FeaturesResources.
Constructors_not_allowed
, node.NewKeyword.GetSpan());
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
EmbeddedLanguages\ValidateJsonStringTests.vb (1)
42
diagnosticMessage:=String.Format(FeaturesResources.JSON_issue_0, FeaturesResources.
Constructors_not_allowed
))