Implemented interface member:
property
Content
Microsoft.CodeAnalysis.Operations.IInterpolatedStringHandlerCreationOperation.Content
1 write to Content
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10133Content = SetParentOperation(content, this);
6 references to Content
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
10142(Content is null ? 0 : 1); 101481 when Content != null 10149=> Content, 10160if (Content != null) return (true, 1, 0); 10174if (Content != null) return (true, 1, 0); 11414return new InterpolatedStringHandlerCreationOperation(Visit(internalOperation.HandlerCreation), internalOperation.HandlerCreationHasSuccessParameter, internalOperation.HandlerAppendCallsReturnBool, Visit(internalOperation.Content), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);