Skip to content

Commit 05f9c8d

Browse files
committed
nits: Remove a few more private members in *.Manual.cs files
1 parent 348eadf commit 05f9c8d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/Middleware/StaticFiles/ref/Microsoft.AspNetCore.StaticFiles.Manual.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ internal partial struct StaticFileContext
3939
public StaticFileContext(Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Builder.StaticFileOptions options, Microsoft.Extensions.Logging.ILogger logger, Microsoft.Extensions.FileProviders.IFileProvider fileProvider, string contentType, Microsoft.AspNetCore.Http.PathString subPath) { throw null; }
4040
public bool IsGetMethod { get { throw null; } }
4141
public bool IsHeadMethod { get { throw null; } }
42-
public bool IsRangeRequest { get { throw null; } private set { } }
42+
public bool IsRangeRequest { get { throw null; } }
4343
public string PhysicalPath { get { throw null; } }
4444
public string SubPath { get { throw null; } }
4545
public void ApplyResponseHeaders(int statusCode) { }

src/Mvc/Mvc.TagHelpers/ref/Microsoft.AspNetCore.Mvc.TagHelpers.Manual.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Microsoft.AspNetCore.Mvc.TagHelpers
1212
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("script", Attributes="asp-src-include")]
1313
public partial class ScriptTagHelper : Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper
1414
{
15-
internal Microsoft.AspNetCore.Mvc.ViewFeatures.IFileVersionProvider FileVersionProvider { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]private set { } }
15+
internal Microsoft.AspNetCore.Mvc.ViewFeatures.IFileVersionProvider FileVersionProvider { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1616
}
1717
internal partial class ModeAttributes<TMode>
1818
{
@@ -26,7 +26,6 @@ internal CacheTagHelperMemoryCacheFactory(Microsoft.Extensions.Caching.Memory.IM
2626
}
2727
internal static partial class AttributeMatcher
2828
{
29-
private static bool HasMissingAttributes(Microsoft.AspNetCore.Razor.TagHelpers.ReadOnlyTagHelperAttributeList allAttributes, string[] requiredAttributes) { throw null; }
3029
public static bool TryDetermineMode<TMode>(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.TagHelpers.ModeAttributes<TMode>> modeInfos, System.Func<TMode, TMode, int> compare, out TMode result) { throw null; }
3130
}
3231
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("link", Attributes="asp-append-version", TagStructure=Microsoft.AspNetCore.Razor.TagHelpers.TagStructure.WithoutEndTag)]
@@ -40,7 +39,7 @@ internal static partial class AttributeMatcher
4039
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute("link", Attributes="asp-href-include", TagStructure=Microsoft.AspNetCore.Razor.TagHelpers.TagStructure.WithoutEndTag)]
4140
public partial class LinkTagHelper : Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper
4241
{
43-
internal Microsoft.AspNetCore.Mvc.ViewFeatures.IFileVersionProvider FileVersionProvider { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]private set { } }
42+
internal Microsoft.AspNetCore.Mvc.ViewFeatures.IFileVersionProvider FileVersionProvider { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
4443
}
4544
public partial class CacheTagHelper : Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelperBase
4645
{

0 commit comments

Comments
 (0)