Skip to content

Commit 2759606

Browse files
committed
Updating ref file
1 parent 1c2c2c9 commit 2759606

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Razor/Razor/ref/Microsoft.AspNetCore.Razor.netcoreapp3.0.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ public partial interface ITagHelperComponent
6161
void Init(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context);
6262
System.Threading.Tasks.Task ProcessAsync(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output);
6363
}
64-
public partial class NullHtmlEncoder : System.Text.Encodings.Web.HtmlEncoder
64+
public sealed partial class NullHtmlEncoder : System.Text.Encodings.Web.HtmlEncoder
6565
{
66-
protected NullHtmlEncoder() { }
66+
internal NullHtmlEncoder() { }
6767
public static new Microsoft.AspNetCore.Razor.TagHelpers.NullHtmlEncoder Default { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
6868
public override int MaxOutputCharactersPerInputCharacter { get { throw null; } }
6969
public override void Encode(System.IO.TextWriter output, char[] value, int startIndex, int characterCount) { }
7070
public override void Encode(System.IO.TextWriter output, string value, int startIndex, int characterCount) { }
7171
public override string Encode(string value) { throw null; }
72-
public unsafe override int FindFirstCharacterToEncode(char* text, int textLength) { throw null; }
72+
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public unsafe override int FindFirstCharacterToEncode(char* text, int textLength) { throw null; }
7373
public unsafe override bool TryEncodeUnicodeScalar(int unicodeScalar, char* buffer, int bufferLength, out int numberOfCharactersWritten) { throw null; }
74-
public override bool WillEncode(int unicodeScalar) { throw null; }
74+
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public override bool WillEncode(int unicodeScalar) { throw null; }
7575
}
7676
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
7777
public sealed partial class OutputElementHintAttribute : System.Attribute

0 commit comments

Comments
 (0)