6 instantiations of SeqName
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Components\ComponentNodeWriter.cs (6)
436
p.Add(new TypeInferenceMethodParameter(
new
(p.Count), typeName, new(p.Count), usedForTypeInference: true, attribute));
441
p.Add(new TypeInferenceMethodParameter(
new
(p.Count), typeName, new(p.Count), usedForTypeInference: false, splat));
446
p.Add(new TypeInferenceMethodParameter(
new
(p.Count), typeName, new(p.Count), usedForTypeInference: false, renderMode));
457
p.Add(new TypeInferenceMethodParameter(
new
(p.Count), typeName, new(p.Count), usedForTypeInference: false, childContent));
462
p.Add(new TypeInferenceMethodParameter(
new
(p.Count), "object", new(p.Count), usedForTypeInference: false, capture));
468
p.Add(new TypeInferenceMethodParameter(
new
(p.Count), capture.TypeName, new(p.Count), usedForTypeInference: false, capture));
4 references to SeqName
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\CodeGeneration\CodeWriter.WriteInterpolatedStringHandler.cs (1)
68
case ComponentNodeWriter.
SeqName
name:
Language\Components\ComponentNodeWriter.cs (3)
143
if (parameters[i].SeqName is
SeqName
seqName)
628
public
SeqName
? SeqName { get; }
634
public TypeInferenceMethodParameter(
SeqName
? seqName, string typeName, ParameterName parameterName, bool usedForTypeInference, object source)