Implemented interface member:
property
Content
Microsoft.CodeAnalysis.Operations.IInterpolatedStringHandlerCreationOperation.Content
1 write to Content
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10095Content = SetParentOperation(content, this);
6 references to Content
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
10104(Content is null ? 0 : 1); 101101 when Content != null 10111=> Content, 10122if (Content != null) return (true, 1, 0); 10136if (Content != null) return (true, 1, 0); 11344return new InterpolatedStringHandlerCreationOperation(Visit(internalOperation.HandlerCreation), internalOperation.HandlerCreationHasSuccessParameter, internalOperation.HandlerAppendCallsReturnBool, Visit(internalOperation.Content), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);