3 references to SchemaName
Microsoft.VisualStudio.LanguageServices.Razor (3)
ProjectSystem\Rules\RazorGeneral.cs (3)
202
return catalog.BindToContext(
SchemaName
, file, itemType, itemName);
239
if (System.StringComparer.OrdinalIgnoreCase.Equals(t.Name,
SchemaName
))
293
Microsoft.VisualStudio.ProjectSystem.Properties.IRule rule = this.GetSnapshotRule(catalogSnapshot.Value, "Project", RazorGeneral.
SchemaName
);