6 references to MessageID
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (2)
7644
var msgId = ((UnboundLambda)boundLeft).
MessageID
;
11118
var msgId = ((UnboundLambda)receiver).
MessageID
;
Binder\Binder_Statements.cs (1)
2033
var id = anonymousFunction.
MessageID
.Localize();
BoundTree\Formatting.cs (1)
55
get { return this.
MessageID
.Localize(); }
FlowAnalysis\NullableWalker.cs (2)
8725
unboundLambda.
MessageID
.Localize(),
8736
unboundLambda.
MessageID
.Localize(),