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