Make this type internal
This commit is contained in:
parent
30231979e8
commit
6b1117caa9
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
namespace Microsoft.AspNetCore.Razor.Language.Legacy
|
namespace Microsoft.AspNetCore.Razor.Language.Legacy
|
||||||
{
|
{
|
||||||
public enum SpanKindInternal
|
internal enum SpanKindInternal
|
||||||
{
|
{
|
||||||
Transition,
|
Transition,
|
||||||
MetaCode,
|
MetaCode,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue