2 writes to Source
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentNodeWriter.cs (2)
638Source = source; 643Source = new TypeInferenceCapturedVariable(variableName);
6 references to Source
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Components\ComponentNodeWriter.cs (6)
188switch (parameter.Source) 261throw new InvalidOperationException($"Not implemented: type inference method parameter from source {parameter.Source}"); 492if (cascadeGeneric.ValueSourceNode == parameter.Source) 1159foreach (var localToClear in parameters.Select(p => p.Source).OfType<TypeInferenceCapturedVariable>()) 1179switch (parameter.Source) 1227throw new InvalidOperationException($"Not implemented: type inference method parameter from source {parameter.Source}");