Implemented interface member:
property
Content
Microsoft.CodeAnalysis.Operations.IInterpolatedStringHandlerCreationOperation.Content
1 write to Content
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9722Content = SetParentOperation(content, this);
6 references to Content
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9731(Content is null ? 0 : 1); 97371 when Content != null 9738=> Content, 9749if (Content != null) return (true, 1, 0); 9763if (Content != null) return (true, 1, 0); 10794return new InterpolatedStringHandlerCreationOperation(Visit(internalOperation.HandlerCreation), internalOperation.HandlerCreationHasSuccessParameter, internalOperation.HandlerAppendCallsReturnBool, Visit(internalOperation.Content), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);