2 references to OnPreprocessorSyntaxError
ILAssembler (2)
DocumentCompiler.cs (1)
40preprocessor.OnPreprocessorSyntaxError += (source, start, length, msg) =>
PreprocessedTokenSource.cs (1)
271OnPreprocessorSyntaxError?.Invoke(token.TokenSource.SourceName, token.StartIndex, token.StopIndex - token.StartIndex, msg);