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