TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.AddMarkerSymbolIfNecessary Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddMarkerSymbolIfNecessary() | |
AddMarkerSymbolIfNecessary(SourceLocation) |
AddMarkerSymbolIfNecessary()
protected public:
void AddMarkerSymbolIfNecessary();
protected internal void AddMarkerSymbolIfNecessary ();
member this.AddMarkerSymbolIfNecessary : unit -> unit
Protected Friend Sub AddMarkerSymbolIfNecessary ()
Applies to
AddMarkerSymbolIfNecessary(SourceLocation)
protected public:
void AddMarkerSymbolIfNecessary(Microsoft::AspNetCore::Razor::SourceLocation location);
protected internal void AddMarkerSymbolIfNecessary (Microsoft.AspNetCore.Razor.SourceLocation location);
member this.AddMarkerSymbolIfNecessary : Microsoft.AspNetCore.Razor.SourceLocation -> unit
Protected Friend Sub AddMarkerSymbolIfNecessary (location As SourceLocation)
Parameters
- location
- SourceLocation