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