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