2 instantiations of RazorGenerateWithTargetPath
Microsoft.VisualStudio.LanguageServices.Razor (2)
ProjectSystem\Rules\RazorGenerateWithTargetPath.cs (2)
241
return new
RazorGenerateWithTargetPath
(that.ConfiguredProject, namedCatalogs.Result, "Project", that.File, that.ItemType, that.ItemName);
268
snapshot = new
RazorGenerateWithTargetPath
(rule, this.ConfiguredProject);
8 references to RazorGenerateWithTargetPath
Microsoft.VisualStudio.LanguageServices.Razor (8)
ProjectSystem\Rules\RazorGenerateWithTargetPath.cs (8)
195
Microsoft.Build.Framework.XamlTypes.Rule unboundRule =
RazorGenerateWithTargetPath
.deserializedFallbackRule;
215
RazorGenerateWithTargetPath
.deserializedFallbackRule = unboundRule;
236
private static System.Func<System.Threading.Tasks.Task<System.Collections.Immutable.IImmutableDictionary<string, Microsoft.VisualStudio.ProjectSystem.Properties.IPropertyPagesCatalog>>, object,
RazorGenerateWithTargetPath
> CreateRazorGenerateWithTargetPathPropertiesDelegate = new System.Func<System.Threading.Tasks.Task<System.Collections.Immutable.IImmutableDictionary<string, Microsoft.VisualStudio.ProjectSystem.Properties.IPropertyPagesCatalog>>, object,
RazorGenerateWithTargetPath
>(CreateRazorGenerateWithTargetPathProperties);
238
private static
RazorGenerateWithTargetPath
CreateRazorGenerateWithTargetPathProperties(System.Threading.Tasks.Task<System.Collections.Immutable.IImmutableDictionary<string, Microsoft.VisualStudio.ProjectSystem.Properties.IPropertyPagesCatalog>> namedCatalogs, object state)
245
internal System.Threading.Tasks.Task<
RazorGenerateWithTargetPath
> GetRazorGenerateWithTargetPathPropertiesAsync()
252
internal bool TryGetCurrentRazorGenerateWithTargetPathPropertiesSnapshot(out
RazorGenerateWithTargetPath
snapshot, [System.Runtime.InteropServices.OptionalAttribute()] [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] bool requiredToMatchProjectVersion)
265
Microsoft.VisualStudio.ProjectSystem.Properties.IRule rule = this.GetSnapshotRule(catalogSnapshot.Value, "Project",
RazorGenerateWithTargetPath
.SchemaName);