2 writes to Source
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentNodeWriter.cs (2)
640Source = source; 645Source = new TypeInferenceCapturedVariable(variableName);
8 references to Source
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Components\ComponentDesignTimeNodeWriter.cs (2)
571switch (parameter.Source) 619throw new InvalidOperationException($"Not implemented: type inference method parameter from source {parameter.Source}");
Language\Components\ComponentNodeWriter.cs (3)
190switch (parameter.Source) 263throw new InvalidOperationException($"Not implemented: type inference method parameter from source {parameter.Source}"); 494if (cascadeGeneric.ValueSourceNode == parameter.Source)
Language\Components\ComponentRuntimeNodeWriter.cs (3)
531foreach (var localToClear in parameters.Select(p => p.Source).OfType<TypeInferenceCapturedVariable>()) 551switch (parameter.Source) 599throw new InvalidOperationException($"Not implemented: type inference method parameter from source {parameter.Source}");