6 references to MessageID
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (2)
6578var msgId = ((UnboundLambda)boundLeft).MessageID; 9513var msgId = ((UnboundLambda)receiver).MessageID;
Binder\Binder_Statements.cs (1)
2000var id = anonymousFunction.MessageID.Localize();
BoundTree\Formatting.cs (1)
55get { return this.MessageID.Localize(); }
FlowAnalysis\NullableWalker.cs (2)
7858unboundLambda.MessageID.Localize(), 7869unboundLambda.MessageID.Localize(),