2 instantiations of RazorGeneral
Microsoft.VisualStudio.LanguageServices.Razor (2)
ProjectSystem\Rules\RazorGeneral.cs (2)
269
return new
RazorGeneral
(that.ConfiguredProject, namedCatalogs.Result, "Project", that.File, that.ItemType, that.ItemName);
296
snapshot = new
RazorGeneral
(rule, this.ConfiguredProject);
8 references to RazorGeneral
Microsoft.VisualStudio.LanguageServices.Razor (8)
ProjectSystem\Rules\RazorGeneral.cs (8)
223
Microsoft.Build.Framework.XamlTypes.Rule unboundRule =
RazorGeneral
.deserializedFallbackRule;
243
RazorGeneral
.deserializedFallbackRule = unboundRule;
264
private static System.Func<System.Threading.Tasks.Task<System.Collections.Immutable.IImmutableDictionary<string, Microsoft.VisualStudio.ProjectSystem.Properties.IPropertyPagesCatalog>>, object,
RazorGeneral
> CreateRazorGeneralPropertiesDelegate = new System.Func<System.Threading.Tasks.Task<System.Collections.Immutable.IImmutableDictionary<string, Microsoft.VisualStudio.ProjectSystem.Properties.IPropertyPagesCatalog>>, object,
RazorGeneral
>(CreateRazorGeneralProperties);
266
private static
RazorGeneral
CreateRazorGeneralProperties(System.Threading.Tasks.Task<System.Collections.Immutable.IImmutableDictionary<string, Microsoft.VisualStudio.ProjectSystem.Properties.IPropertyPagesCatalog>> namedCatalogs, object state)
273
internal System.Threading.Tasks.Task<
RazorGeneral
> GetRazorGeneralPropertiesAsync()
280
internal bool TryGetCurrentRazorGeneralPropertiesSnapshot(out
RazorGeneral
snapshot, [System.Runtime.InteropServices.OptionalAttribute()] [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] bool requiredToMatchProjectVersion)
293
Microsoft.VisualStudio.ProjectSystem.Properties.IRule rule = this.GetSnapshotRule(catalogSnapshot.Value, "Project",
RazorGeneral
.SchemaName);