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