3 references to new
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\StackFrame\Result.cs (1)
31
public static implicit operator Result<T>(T value) =>
new
(value);
EmbeddedLanguages\StackFrame\StackFrameParser.cs (2)
338
return
new
(new StackFrameConstructorNode(identifierToken));
341
return
new
(new StackFrameIdentifierNameNode(identifierToken));