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