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